Contribution org.nuxeo.theme.jsf--standalone-filters
In component org.nuxeo.theme.jsf
org.nuxeo.theme.jsf
inside nuxeo-theme-jsf-5.8.jar
This contribution is part of XML component Extension Point
Extension point standalone-filters of component ThemeService.Contributed Items
XML Source
<extension point="standalone-filters" target="org.nuxeo.theme.services.ThemeService">
<standalone-filter name="write fragment tag" template-engine="jsf-facelets">
<class>
org.nuxeo.theme.jsf.filters.standalone.FragmentTag
</class>
</standalone-filter>
<standalone-filter name="collect xmlns" template-engine="jsf-facelets">
<class>
org.nuxeo.theme.html.filters.standalone.XmlNamespaces
</class>
</standalone-filter>
<standalone-filter name="control fragment visibility" template-engine="jsf-facelets">
<class>
org.nuxeo.theme.html.filters.standalone.FragmentVisibility
</class>
</standalone-filter>
<standalone-filter name="set element name" template-engine="jsf-facelets">
<class>
org.nuxeo.theme.html.filters.standalone.ElementName
</class>
</standalone-filter>
</extension>